WARNING: This program has a bug, which means we need to fix it!
RULE: When we write an if-statement, the conditional line has to have a colon : at the end of the line.
- Click Run and read the error message.
- Place a colon at the end of the second if-statement, like this: if variable == "string":
- Debug this program so that it tests for "bat" correctly.
To navigate the page using the TAB key, first press ESC to exit the code editor.